home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 027a / fp20chng.zip / CHNG1.LOG next >
Text File  |  1991-07-29  |  8KB  |  120 lines

  1. FoxPro 2.0 Change List                               19 July 91          
  2.  
  3. ════════════════════════════════════════════════════════════════════════════════
  4. Command WINDOW COMMANDS               Category Bug               Fixed 07/19/91
  5. ════════════════════════════════════════════════════════════════════════════════
  6.  
  7. Enhancement:                                                                    
  8. ACTIVATE WINDOW <wname>, SHOW WINDOW <wname>, and similar commands now accept   
  9. <wname> longer than 10 characters long, however, only the 1st 10 characters are 
  10. significant.  All characters beyond the 10th are ignored.                       
  11. ════════════════════════════════════════════════════════════════════════════════
  12. Command BROWSE                        Category Bug               Fixed 07/19/91
  13. ════════════════════════════════════════════════════════════════════════════════
  14.  
  15. Under certain rare circumstances, if you had multiple related BROWSE windows and
  16. the parent BROWSE window was foremost, then the child BROWSE windows were not   
  17. always being REFRESHed properly.  Fixed.                                        
  18. ════════════════════════════════════════════════════════════════════════════════
  19. Command SHOW WINDOW                   Category Bug               Fixed 07/19/91
  20. ════════════════════════════════════════════════════════════════════════════════
  21.  
  22. SHOW WINDOW <browse window> REFRESH,  now refreshes the BROWSE window properly  
  23. if the DBF is opened exclusively.                                               
  24. ════════════════════════════════════════════════════════════════════════════════
  25. Command LABEL FORM                    Category Bug               Fixed 07/19/91
  26. ════════════════════════════════════════════════════════════════════════════════
  27.  
  28. When printing sample labels, if the label form contained more than one label    
  29. across and the left margin was greater than 0 it would print only one sample    
  30. label.  This has been corrected.                                                
  31. ════════════════════════════════════════════════════════════════════════════════
  32. Command DISPLAY MEMORY                Category Enhancement       Fixed 07/19/91
  33. ════════════════════════════════════════════════════════════════════════════════
  34.  
  35. Enhancement:  System memory variables are now sorted alphabetically in DISPLAY  
  36. MEMORY.                                                                         
  37. ════════════════════════════════════════════════════════════════════════════════
  38. Command @ ... GET - POPUPS            Category Bug               Fixed 07/19/91
  39. ════════════════════════════════════════════════════════════════════════════════
  40.  
  41. A problem occurred if the View window was open AND a popup which referenced a   
  42. field in a non-SELECTed database was created with DEFINE POPUP PROMPT FIELD.    
  43. This now works correctly.                                                       
  44. ════════════════════════════════════════════════════════════════════════════════
  45. Command BROWSE                        Category Bug               Fixed 07/19/91
  46. ════════════════════════════════════════════════════════════════════════════════
  47.  
  48. Newly appended records added by another user were not being displayed in the    
  49. BROWSE REFRESH cycle.  This has been fixed.                                     
  50. ════════════════════════════════════════════════════════════════════════════════
  51. Command GENSCRN                       Category Bug               Fixed 07/19/91
  52. ════════════════════════════════════════════════════════════════════════════════
  53.  
  54. Line 1579 in GENSCRN has been changed from:                                     
  55. \#REGION <<>>                                                                   
  56. to:                                                                             
  57. \#REGION <<m.region>>                                                           
  58. ════════════════════════════════════════════════════════════════════════════════
  59. Command SCATTER                       Category Bug               Fixed 07/19/91
  60. ════════════════════════════════════════════════════════════════════════════════
  61.  
  62. Under some circumstances, a problem occured when a memo field was SCATTERed and 
  63. there was insufficient memory to permit the memo contents to be stored in a     
  64. string.  Now fixed.                                                             
  65. FoxPro 2.0 Change List                               19 July 91          
  66.  
  67. ════════════════════════════════════════════════════════════════════════════════
  68. Command GATHER                        Category Bug               Fixed 07/19/91
  69. ════════════════════════════════════════════════════════════════════════════════
  70.  
  71. Automatic conversion of numeric character strings into numeric fields when      
  72. GATHERing had inadvertently been disabled.  Fixed.                              
  73. ════════════════════════════════════════════════════════════════════════════════
  74. Command BROWSE                        Category Bug               Fixed 07/19/91
  75. ════════════════════════════════════════════════════════════════════════════════
  76.  
  77. BROWSE performance for shared databases has been improved in certain            
  78. circumstances.                                                                  
  79. ════════════════════════════════════════════════════════════════════════════════
  80. Command DO                            Category Bug               Fixed 07/19/91
  81. ════════════════════════════════════════════════════════════════════════════════
  82.  
  83. Under certain circumstances, a problem occurred when a 'DO Nesting Too Deep'    
  84. error resulted from holding down a key for which an ON KEY LABEL routine        
  85. existed.  Fixed.                                                                
  86. ════════════════════════════════════════════════════════════════════════════════
  87. Command SET SYSMENU                   Category Enhancement       Fixed 07/19/91
  88. ════════════════════════════════════════════════════════════════════════════════
  89.  
  90. Enhancement:  SET SYSMENU TO DEFAULT now releases all subordinate menus.        
  91. ════════════════════════════════════════════════════════════════════════════════
  92. Command READ                          Category Bug               Fixed 07/19/91
  93. ════════════════════════════════════════════════════════════════════════════════
  94.  
  95. A problem that occured when a Foundation (GET-less) READ included a WHEN clause,
  96. but did not include a VALID clause.  Fixed.                                     
  97. ════════════════════════════════════════════════════════════════════════════════
  98. Command PACK & MODIFY STRUCTURE       Category Bug               Fixed 07/19/91
  99. ════════════════════════════════════════════════════════════════════════════════
  100.  
  101. A problem occurred when PACK or MODIFY STRUCTURE was issued for a 1-record      
  102. database.  Fixed.                                                               
  103. ════════════════════════════════════════════════════════════════════════════════
  104. Command FSIZE()                       Category Bug               Fixed 07/19/91
  105. ════════════════════════════════════════════════════════════════════════════════
  106.  
  107. Under certain circumstances, a problem occurred if the FSIZE function was       
  108. executed when no file was open.  Fixed.                                         
  109. ════════════════════════════════════════════════════════════════════════════════
  110. Command SET REFRESH                   Category Enhancement       Fixed 07/19/91
  111. ════════════════════════════════════════════════════════════════════════════════
  112.  
  113. The default REFRESH value has been changed from 5 back to 0 (as it was in 1.02).
  114. ════════════════════════════════════════════════════════════════════════════════
  115. Command API                           Category Bug               Fixed 07/19/91
  116. ════════════════════════════════════════════════════════════════════════════════
  117.  
  118. PROAPI16 formerly utilized Upper Memory Blocks (above 640KB) to make more memory
  119. available.  This caused problems in a few peculiar memory configurations.       
  120. PROAPI16 no longer utilizes UMBs.